home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / fkey.arc / FUNCTION.DOC < prev    next >
Text File  |  1985-01-25  |  4KB  |  115 lines

  1.  
  2.      The FUNCTION command enables the use of eighteen of the function keys that
  3. PC-DOS doesn't use.  The important difference between this and other keyboard
  4. definers (such as ANSI.SYS), is that this one only intercepts function keys
  5. during 'command line input' (DOS function 0xA).  The result is that editors and
  6. other programs which look for function keys as single keystrokes don't get the
  7. new definition instead.  To invoke, type:
  8.  
  9.         FUNCTION
  10.  
  11. The FUNCTION handler will identify itself and return to the command line
  12. prompt.  The function keys now perform as follows:
  13.  
  14.  
  15. F7              Recalls the most recent 8 command lines (including any 
  16.                 lines supplied by function keys) in reverse order.  The most
  17.                 recent line is recalled first.
  18.  
  19. F6
  20. F8 - F10
  21. ALT F1 - F10    These keys become user-definable, single keystroke
  22.                 commands.  The definitions are assigned using
  23.                 the KEY utility:
  24.  
  25.         KEY fkey text
  26.  
  27.         In this command line, 'fkey' is '6', '8', '9', '0' or 'A1' - 'A0'
  28.         depending on which function key is to be defined, and 'text' is any
  29.         normally accepted command line (limit 128 characters).  For example:
  30.  
  31.         KEY 0 DIR A:
  32.  
  33.         Would cause the directory for drive A to be displayed upon pressing F10.
  34.                 
  35.         KEY <return>        Displays the current settings of all function keys.
  36.  
  37. Home    Clear the screen and home the cursor.
  38. PgUp    Sound the bell.  (Useful for announcing program completion)
  39. PgDn    Display the time.
  40. End     Send form feed to LPT1:
  41.  
  42. To install, rename the files FUNC????.COM and KEY????.COM which corresponds
  43. to your version of DOS to FUNCTION.COM and KEY.COM.
  44.  
  45. FILES:          FUNC11.COM      FUNCTION for PC-DOS 1.1
  46.                 FUNC20.COM      FUNCTION for PC-DOS 2.0
  47.                 FUNC21.COM      FUNCTION for PC-DOS 2.1
  48.                 FUNC3.COM       FUNCTION for PC-DOS 3.0 *
  49.                 FUNCM211.COM    FUNCTION for MS-DOS 2.11 **
  50.  
  51.                 KEY11.COM       KEY for PC-DOS 1.1
  52.                 KEY20.COM       KEY for PC-DOS 2.0
  53.                 KEY21.COM       KEY for PC-DOS 2.1
  54.                 KEY3.COM        KEY for PC-DOS 3.0 *
  55.                 KEYM211.COM     KEY for MS-DOS 2.11 **
  56.  
  57. *  Not yet tested on PC-AT
  58. ** Only tested on the Columbia MPC.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. To use FUNCTION with SIDEKICK:
  71.  
  72. 1)      FUNCTION must be loaded before SIDEKICK.
  73. 2)      Make the following patch
  74.  
  75.         A>DEBUG KEY.COM
  76.         -E 105 02
  77.         -W
  78.         Writing 02E9 bytes
  79.         -Q
  80.         A>
  81.  
  82.  
  83.  
  84. These programs are provided at no charge to the user.  Please feel free to
  85. share them with your friends.  The essence of 'user-supported' software is
  86. to provide personal computer users with quality software without high
  87. prices (or ANY price if you choose).  If you find this  program useful, a
  88. contribution would be greatly appreciated.  ($10 suggested)
  89.  
  90.                            Jim Weisz
  91.                      J & C Computer Services
  92.                         P.O. Box 1356
  93.                       Lombard, Il.  60148
  94.  
  95.  
  96.  
  97.  
  98. If you need a version to run on a different machine  (MS-DOS only, please!),
  99. send me a diskette (and a prepaid return mailer) with the following
  100. information on it.
  101.  
  102. 1)  Format the diskette using the /S option.
  103. 2)  Use DEBUG to create an image of DOS while it's running as follows:
  104.  
  105.         A>DEBUG
  106.         -RCX
  107.         CX 0000
  108.         :8000
  109.         -N DOS.BIN
  110.         -W 0:0
  111.         Writing 8000 bytes
  112.         -Q
  113.  
  114. I'll get the disk with the new version back to you ASAP.
  115.